Shifts the current value left by the specified number of bits.
Discards the high-order bits that are outside the range of the result type and sets the low-order empty bit positions to zero.
Int16M INumeric<Int16M>.LeftShift(
int count
)Private Function LeftShift (
count As Integer
) As Int16M Implements INumeric(Of Int16M).LeftShiftprivate:
virtual Int16M LeftShift(
int count
) sealed = INumeric<Int16M>::LeftShiftprivate abstract LeftShift :
count : int -> Int16M
private override LeftShift :
count : int -> Int16M